Skip to content

chore: sync Go client with Apify OpenAPI spec v2-2026-06-30T091455Z - #10

Merged
Pijukatel merged 2 commits into
masterfrom
claude/laughing-knuth-nxsexo
Jul 1, 2026
Merged

chore: sync Go client with Apify OpenAPI spec v2-2026-06-30T091455Z#10
Pijukatel merged 2 commits into
masterfrom
claude/laughing-knuth-nxsexo

Conversation

@Pijukatel

@Pijukatel Pijukatel commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

Synchronizes the Go client with the latest Apify OpenAPI specification, info.version
v2-2026-06-30T091455Z (previously v2-2026-06-29T142258Z).

An independent operation- and parameter-level audit of the new spec (131 paths / 231 operations),
using the apify-client-js reference
client as the parity authority for which endpoints are in scope, found no change to the in-scope
API surface
. A cross-check of all 71 distinct spec query parameters against the source confirmed
every in-scope parameter remains exposed (the only absent ones belong solely to out-of-scope
endpoints). This is therefore a version-only sync — a SemVer patch release (0.4.20.4.3).

Changes

  • version.go: API_SPEC_VERSIONv2-2026-06-30T091455Z, CLIENT_VERSION 0.4.20.4.3
  • CHANGELOG.md: new [0.4.3] entry
  • README.md: "Versioning" section spec version synced to version.go (the prior release's
    sync-checklist step, restored)
  • docs/actors.md: document the nil-waitSecs behaviour of Call

Verification

  • gofmt -l . — clean; go vet ./... — clean; go build ./... — clean
  • go test . (offline) — ok
  • go test ./tests/ -p 1 -parallel 4 -skip '^(TestExample|TestDocSnippets)' (live API) — ok, 0 failures
  • go test ./tests/ -run '^(TestExample|TestDocSnippets)' (examples + doc snippets) — ok, 0 failures

Generated by Claude Code

claude added 2 commits June 30, 2026 21:51
Version-only sync from v2-2026-06-29T142258Z. An independent operation- and
parameter-level audit of the new spec (131 paths / 231 operations), with the
apify-client-js reference as the in-scope parity authority, found no change to
the in-scope API surface. Bumps the version constants to 0.4.3 (patch) and
fixes documentation/changelog consistency flagged by review.

- version.go: API_SPEC_VERSION -> v2-2026-06-30T091455Z; CLIENT_VERSION -> 0.4.3
- CHANGELOG.md: [0.4.3] entry (API_SPEC_VERSION, CLIENT_VERSION, README sync)
- README.md: Versioning section spec version synced to version.go
- docs/actors.md: document nil waitSecs behavior for Call
…rement

The updated client requirements mandate that each PR's CHANGELOG entry contain
only a short list of the changes in that PR, with no narrative, no process text,
no out-of-scope/not-implemented notes, and no sibling-client references. Rewrote
the [0.4.3] entry accordingly.
@Pijukatel
Pijukatel merged commit 21ee298 into master Jul 1, 2026
2 checks passed
@Pijukatel
Pijukatel deleted the claude/laughing-knuth-nxsexo branch July 8, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants